Skip to content

Update django-cleanup requirement from <7,>=6.0 to >=6.0,<10 in /backend#27

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/django-cleanup-gte-6.0-and-lt-10
Closed

Update django-cleanup requirement from <7,>=6.0 to >=6.0,<10 in /backend#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/django-cleanup-gte-6.0-and-lt-10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on django-cleanup to permit the latest version.

Changelog

Sourced from django-cleanup's changelog.

[9.0.0] - 2024-09-18

Added

  • pyproject.toml
  • Documentation on how to use transaction test case when using pytest. PR #108 from @​pavel-kalmykov.

Changed

  • Update to remove specific version references, since there haven't been significant changes the approach on versioning will change. The version will no longer update when only tests or supported versions are updated.
  • Updated lock thread version and update job to not run at contested times to avoid github rate limiting errors.
  • Updated ci build action versions.
  • Move isort and pytest settings to toml file.
  • Simplify tox.ini and github actions CI job.
  • Update a getattr call to remove unnecessary default of None so it will fail on an attribute error.
  • Change from .format() to f-strings.

Removed

  • Removed setup.py/setup.cfg

[8.1.0] - 2024-01-28

Added

  • Run tests for django 5.0 and python 3.12.

[8.0.0] - 2023-06-14

Added

Removed

  • Dropped support for django 4.0.

[7.0.0] - 2023-02-11

Added

  • Run tests for django 4.1.
  • Run tests on python 3.11 with django 4.1.
  • Select mode, with the ability to only cleanup selected models using a select decorator. Resolves issue #75 for @​daviddavis.
  • Documentation on the known limitations of referencing a file by multiple model instances. Resolves issue #98 for @​Grosskopf

Changed

  • Pass more data to the cleanup_pre_delete and cleanup_post_delete signals. Resolves issue #96 for @​NadavK.

Removed

  • Dropped support for django 2.2 and python 3.5.

[6.0.0] - 2022-01-24

Added

Changed

Removed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [django-cleanup](https://github.com/un1t/django-cleanup) to permit the latest version.
- [Changelog](https://github.com/un1t/django-cleanup/blob/master/CHANGELOG.md)
- [Commits](un1t/django-cleanup@6.0.0...9.0.0)

---
updated-dependencies:
- dependency-name: django-cleanup
  dependency-version: 9.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 10, 2026
@marevol marevol closed this in #54 Feb 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/backend/django-cleanup-gte-6.0-and-lt-10 branch February 19, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants